#!/bin/sh

# IBM Confidential OCO Source Material
# 5630-A36 (C) COPYRIGHT International Business Machines Corp.  2000, 2002
# The source code for this program is not published or otherwise divested
# of its trade secrets, irrespective of what has been deposited with the
# U.S. Copyright Office.


binDir=`dirname "$0"`
. "$binDir/setupCmdLine.sh"

"$JAVA_HOME/bin/java" \
  "$CLIENTSAS" \
  -Dwas.install.root="$WAS_HOME" \
  -Duser.install.root="$WAS_HOME" \
  -Dws.ext.dirs="$WAS_EXT_DIRS" \
  -classpath "$WAS_CLASSPATH" com.ibm.ws.bootstrap.WSLauncher \
  com.ibm.ejs.ras.ShowLog "$@"
